home *** CD-ROM | disk | FTP | other *** search
- echo off
- if (%1)==() goto whoops
- cls
- echo Now installing Label Master on Drive %1... sit back and relax
- md %1:\lm5
- copy lmaster.exe %1:\lm5
- cls
- %1:
- cd\lm5
- lmaster
- cls
- echo Installation complete. Ready to start Label Master.
- echo.
- pause
- cls
- lm5
- goto quit
- :whoops
- echo You forgot to type a drive letter, please try again...
- :quit
-